Change to use pycodestyle

Brightcells 7 年之前
父節點
當前提交
04a4af9001
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pep8.sh

+ 1 - 1
pep8.sh

@@ -6,4 +6,4 @@
6 6
 #  -- E128 continuation line under-indented for visual indent
7 7
 #  -- E501 line too long
8 8
 
9
-pep8 --exclude=migrations --ignore=E128,E501 .
9
+pycodestyle --exclude=migrations --ignore=E128,E501 .